In This Topic
A helper base for resource strongly-typed resource class that reads resources from the application assembly.
Object Model
Syntax
'Declaration
Public Class Common(Of As {New, Common(Of R)})
public class Common<>
where R: new(), Common<R>
Type Parameters
- R
- The strongly-typed resource subclass
Inheritance Hierarchy
System.Object
C1.Silverlight.Resources.Common<R>
See Also